projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bbbe79
)
Erase truncate-lines message
author
justbur
<justin@burkett.cc>
Thu, 16 Jul 2015 02:33:41 +0000
(22:33 -0400)
committer
justbur
<justin@burkett.cc>
Thu, 16 Jul 2015 02:33:41 +0000
(22:33 -0400)
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index 5274f308f1dccd565a6e6cef4e018a6b39eed50e..ebc77bb125f923d1a7386eeed39d2c526b83b214 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-277,7
+277,8
@@
set too high) and setup which-key buffer."
(with-current-buffer which-key--buffer
;; suppress confusing minibuffer message
(let (message-log-max)
- (toggle-truncate-lines 1))
+ (toggle-truncate-lines 1)
+ (message ""))
(setq-local cursor-type nil)
(setq-local cursor-in-non-selected-windows nil)
(setq-local mode-line-format nil))